![]() |
PATH![]() |
![]() ![]() |
Informs the Appearance Manager that your program is no longer its client.
pascal OSStatus UnregisterAppearanceClient (void);
The UnregisterAppearanceClient function is automatically called for you when your program terminates. While you do not typically need to call this function, you might want to call UnregisterAppearanceClient if you are running a plug-in architecture, and you know that a given plug-in is not theme-compliant. In this case you would bracket your use of the plug-in with calls to UnregisterAppearanceClient (before the plug-in is used) and RegisterAppearanceClient (after the plug-in is used), so that the Appearance Manager is turned off for the duration of the plug-in's usage.
The function RegisterAppearanceClient .